PowerTools MultiRow for Windows Forms 8.0J
AddRange(Object[]) メソッド

ドロップダウンリストの項目を表す 1 つ以上のオブジェクト、または System.Object 値の System.Array
ListLabelCell 用の項目のリストに 1 つ以上の項目を追加します。
構文
Public Overloads Sub AddRange( _
   ByVal ParamArray items() As Object _
) 
public void AddRange( 
   params object[] items
)

パラメータ

items
ドロップダウンリストの項目を表す 1 つ以上のオブジェクト、または System.Object 値の System.Array
例外
例外解説
System.InvalidOperationExceptionセルの DataSource プロパティの値が null 参照 (Visual Basicでは Nothing) ではありません。
System.ArgumentExceptionitems 配列内のいずれかの項目が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentNullExceptionitems が null 参照 (Visual Basicでは Nothing) です。
参照

ListLabelCell.ObjectCollection クラス
ListLabelCell.ObjectCollection メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.